Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix more AccountSet fields #566

Merged
merged 2 commits into from
Oct 29, 2024
Merged

Fix more AccountSet fields #566

merged 2 commits into from
Oct 29, 2024

Conversation

nkramer44
Copy link
Collaborator

Makes AccountSet.messageKey serializable to JSON if it's an empty String.

Adds previously unsupported WalletLocator field to AccountSet and AccountRootObject, as well as WalletSize to AccountSet.

make MessageKey serializable with empty string
Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.02%. Comparing base (51faede) to head (7690e6f).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #566   +/-   ##
=========================================
  Coverage     92.02%   92.02%           
  Complexity     1841     1841           
=========================================
  Files           382      382           
  Lines          5106     5106           
  Branches        433      433           
=========================================
  Hits           4699     4699           
  Misses          272      272           
  Partials        135      135           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sappenin sappenin merged commit 666c9b6 into main Oct 29, 2024
20 of 21 checks passed
@sappenin sappenin deleted the nk/fix-empty-string-account-sets branch October 29, 2024 23:10
sappenin added a commit that referenced this pull request Oct 29, 2024
* Add `WalletLocator` and `WalletSize` in `AccountSet` object.
* Correct MessageKey serialization when its value is an  empty string.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants